Submit

Tixtreasure Mcp

@Tix Treasure

Compare ticket prices across 7+ marketplaces for concerts, sports, theater & comedy. Find bargains on live event tickets with all fees included. Covers Boston and NYC.
Overview

tixtreasure-mcp
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

tixtreasure-mcp

MCP server for TixTreasure — compare ticket prices across 7+ marketplaces for concerts, sports, theater & comedy events.

TixTreasure MCP

What it does

Ask your AI assistant to find bargains on live event tickets. TixTreasure aggregates prices from StubHub, TickPick, TicketClub, GoodSeatTickets, ATG Tickets, OvationTix, and Showare — all fees included, no surprises at checkout.

Tools

ToolDescription
search_eventsSearch upcoming events by keyword, city, category, or date range
get_event_pricesCompare ticket prices across all sources for an event
get_cheapest_ticketsGet the cheapest available tickets with section/row details
get_best_dealsFind bargains — tickets priced below face value
get_price_history7-day price trend to decide if you should buy now or wait
get_venue_eventsList all upcoming events at a venue (TD Garden, MSG, etc.)
get_performer_eventsList tour dates for a performer or team
get_sectionsPrice breakdown by seating section

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "tixtreasure": {
      "command": "npx",
      "args": ["-y", "tixtreasure-mcp"]
    }
  }
}

Claude Code

claude mcp add tixtreasure -- npx -y tixtreasure-mcp

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "tixtreasure": {
      "command": "npx",
      "args": ["-y", "tixtreasure-mcp"]
    }
  }
}

Example prompts

  • "Find bargains on Celtics tickets this week"
  • "Compare prices for Hamilton on Broadway"
  • "What's the cheapest Bruins game this month?"
  • "Show me concerts at TD Garden under $50"
  • "Are ticket prices going up or down for the Red Sox game on Friday?"
  • "What events are at Madison Square Garden this weekend?"

Coverage

Currently covers Boston and New York City metro areas:

  • Sports: Red Sox, Celtics, Bruins, Yankees, Knicks, Rangers, Nets, Mets, and more
  • Concerts: TD Garden, MSG, Barclays Center, Fenway Park, and 100+ venues
  • Theater: Broadway, touring shows, community theater
  • Comedy: Stand-up clubs, arena headliners

How pricing works

TixTreasure does not sell tickets. It compares prices across marketplaces and shows the total all-in price including all service fees and delivery fees. The cheapest source is highlighted so you know where to buy.

Development

# Run locally
pnpm dev

# Build pnpm build

# Test with MCP Inspector npx @modelcontextprotocol/inspector node dist/index.js

License

MIT

© 2025 MCP.so. All rights reserved.

Build with ShipAny.